const runtime.stackFork

4 uses

	runtime (current package)
		proc.go#L3958: 	gp.stackguard0 = stackFork
		signal_unix.go#L472: 	if g.stackguard0 == stackFork {
		stack.go#L142: 	stackFork = uintptrMask & -1234
		stack.go#L963: 	if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {